home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / jw61f.zip / DOS4GW.DOC < prev    next >
Text File  |  1992-03-20  |  2KB  |  61 lines

  1. DOS4GW
  2.  
  3. DOS4GW is the version of Rational Systems, Inc. DOS4G product that
  4. is distributed with the WATCOM C/386 product.
  5.  
  6. The following is condensed from the WATCOM documentation.
  7.  
  8. Running an XMS manager like HIMEM.SYS avoids most problems and is
  9. highly recommended.
  10.  
  11. DOS4GW parameters are in environment variables DOS4G, DOS16M, and
  12. DOS4GVM.
  13.  
  14. SET DOS4G=quiet     - suppresses the DOS4GW startup banner
  15.  
  16. SET DOS16M= [mode] [[@start [- end]] [:size] [^options]
  17.  
  18.      [mode] is required on a few machines.
  19.  
  20.           mode machine
  21.           1    NEC 98-series
  22.           5    Fujitsu FMR-60,70
  23.           14   Hitachi B32
  24.           15   OKI if800
  25.  
  26.      [@start [- end]] is required if mode is required or if running
  27.      programs that use extended memory in non-standard ways. The
  28.      address range is the extended memory that DOS4GW will use.
  29.  
  30.      [:size] limits the extended memory that DOS4GW uses leaving
  31.      some for other users. DOS4GW run directly under DOS (not under
  32.      WINDOWS, ...) takes all extended memory unless limited.
  33.  
  34.      [^options] selects the following:
  35.  
  36.           0x01 check A20 line.
  37.  
  38.           0x02 prevent VCPI initialization. Normally DOS4GW
  39.                searches for a VCPI server and forces it on.
  40.  
  41.      SET DOS16M=1 @2m-5m      use 3 megabytes starting at 2
  42.                               megabytes on a NEC 98.
  43.  
  44.      SET DOS16M= :2048        use 2 megabytes of extended memory. 
  45.  
  46.      SET DOS16M=:4m ^0x02     use 4 megabytes and don't start VCPI.
  47.  
  48. SET DOS4GVM= [option [#value]] [option [#value]] ...
  49.  
  50.      MINMEM         min memory managed by VMM. 512K default.
  51.      MAXMEM         max memory managed by VMM. 4M default.
  52.      SWAPNAME       \dos4gvm.swp is the default.
  53.      DELETESWAP     default leaves swap file for faster startup. 
  54.      VIRTUALSIZE    size of virtual memory. 16M default.
  55.  
  56.      SET DOS4GVM=MAXMEM#4096 DELETESWAP SWAPNAME#C:\APLI386
  57.  
  58. PMINFO.EXE
  59.  
  60.      Measures the performance of protected/read-mode switching and
  61.      extended memory.